2.8.2. Language localisationΒΆ

Add another language with option LANGUAGES in mysmile/settings/base.py. For example, this language will be Polish. Create directory pl into directory mysmile/locale/

Run command:

$ make makemessages lang=pl

Open and translate files locale/pl/LC_MESSAGES/django.po, then run::

$ make compilemessages lang=pl